Skip to content

Update dependency ember-template-lint to v3 #3359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 7, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-template-lint 2.21.0 -> 3.1.0 age adoption passing confidence

Release Notes

ember-template-lint/ember-template-lint

v3.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​1822 Prevent no-duplicate-landmark-elements false positive for non-landmark roles (@​rwjblue)
📝 Documentation
Committers: 3

v3.0.1

Compare Source

🐛 Bug Fix
  • #​1807 Remove deprecated-each-syntax from recommended config (@​rwjblue)
  • #​1806 Ensure no-bare-strings check's placeholder attribute for <Input /> and <Textarea /> (@​lifeart)
  • #​1805 Ensure no-unknown-arguments-for-builtin-components allows @query only <LinkTo>'s (@​lifeart)
Committers: 3

v3.0.0

Compare Source

Highlights
  • 🚀 Added new todo feature. Allows for 'stashing' lint violations away to be fixed at a later date. Read more in our docs!
  • 💥 JavaScript API Changes
    • Allow rules to have async visitor functions
    • Change the internal linter class's .verify/.verifyAndFix methods to be asynchronous
  • 💥 Changes to configuration (adding more rules)
    • Promoted "octane" config to be "recommended"
    • Added the following to recommended
      • builtin-component-arguments
      • deprecated-each-syntax
      • deprecated-inline-view-helper
      • no-accesskey-attribute
      • no-action
      • no-arguments-for-html-elements
      • no-aria-hidden-body
      • no-block-params-for-html-elements
      • no-down-event-binding
      • no-duplicate-id
      • no-duplicate-landmark-elements
      • no-forbidden-elements
      • no-heading-inside-button
      • no-invalid-block-param-definition
      • no-invalid-link-title
      • no-link-to-positional-params
      • no-nested-landmark
      • no-nested-splattributes
      • no-passed-in-event-handlers
      • no-positional-data-test-selectors
      • no-potential-path-strings
      • no-redundant-fn
      • no-redundant-landmark-role
      • no-unbalanced-curlies
      • no-unknown-arguments-for-builtin-components
      • no-yield-only
      • require-has-block-helper
      • require-input-label
      • require-lang-attribute
      • splat-attributes-only
💥 Breaking Change
🚀 Enhancement
Committers: 14

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jtgeibel (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@renovate renovate bot force-pushed the renovate/ember-template-lint-3.x branch 2 times, most recently from 5d85f64 to ca74036 Compare March 7, 2021 02:11
@Turbo87 Turbo87 force-pushed the renovate/ember-template-lint-3.x branch from ca74036 to bbfdc74 Compare March 7, 2021 14:38
@Turbo87
Copy link
Member

Turbo87 commented Mar 7, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Mar 7, 2021

📌 Commit bbfdc74 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Mar 7, 2021

⌛ Testing commit bbfdc74 with merge 11361f7...

@bors
Copy link
Contributor

bors commented Mar 7, 2021

☀️ Test successful - checks-actions
Approved by: Turbo87
Pushing 11361f7 to master...

@bors bors merged commit 11361f7 into master Mar 7, 2021
@renovate renovate bot deleted the renovate/ember-template-lint-3.x branch March 7, 2021 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants